View Javadoc

1   // BootstrapAddress.java, created Wed Sep 18  1:22:47 2002 by joewhaley
2   // Copyright (C) 2001-3 John Whaley <jwhaley@alum.mit.edu>
3   // Licensed under the terms of the GNU LGPL; see COPYING for details.
4   package joeq.Bootstrap;
5   
6   /***
7    * BootstrapAddress
8    *
9    * @author John Whaley <jwhaley@alum.mit.edu>
10   * @version $Id: BootstrapAddress.java 1451 2004-03-09 06:27:08Z jwhaley $
11   */
12  public interface BootstrapAddress {
13      int to32BitValue();
14  }